home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagine!
/
Imagine (Wayzata Technology) (1995).iso
/
mac
/
Macfiles
/
Imagine
/
00001_Script_1
next >
Wrap
Text File
|
1995-08-24
|
635b
|
29 lines
--QuickTime
on startMovie
if the quickTimePresent <> 1 then
alert "This file requires the QuickTimeÖ system extension. Please place the QuickTime system extention in your system folder and restart your Macintosh before running this file."
end if
if the soundLevel = 0 then
set the soundLevel to 4
end if
set the colorDepth to 8
puppetSprite 2, TRUE
puppetSprite 11, TRUE
puppetSprite 14, TRUE
puppetSprite 16, TRUE
end startMovie
on puppetsOff
puppetSprite 2, FALSE
puppetSprite 11, FALSE
puppetSprite 14, FALSE
puppetSprite 16, FALSE
updateStage
end